Flash Lite 1.x ActionScript Language Reference |
|
|
|
| Flash Lite Properties > _focusrect | |||
Flash Lite 1.0.
_focusrect =Boolean;
Property (global); specifies whether a yellow rectangle appears around the button or text field that has the current focus. The default value, true, displays a yellow rectangle around the currently focused button or text field as the user presses the Up or Down Arrow keys on their phone or mobile device to navigate through objects in a SWF file. Specify false if you do not want the yellow rectangle to appear.
The following example disables the yellow focus rectangle from appearing in the application:
_focusrect = false;
|
|
|
|